ISciList<T> Interface Properties

For a list of all members of this type, see ISciList<T> members.

Public Properties
 NameDescription
 PropertyGets the number of elements contained in the ICollection. (Inherited from System.Collections.Generic.ICollection<T>)
 Property Gets a value indicating whether this list has any values.  
 PropertyGets a value indicating whether the ICollection is read-only. (Inherited from System.Collections.Generic.ICollection<T>)
 PropertyGets or sets the element at the specified index. (Inherited from System.Collections.Generic.IList<T>)
 Property Gets the internal ItemsArray that this list wraps for direct unchecked access NOTE: The count of the ItemsArray may differ from the count of the List. Use the List.Count when iterating  
Top
See Also